home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / Programs / IP-Tools.v2.20.WinALL / ipt220.exe / Ip_tools.exe / 0 / RCDATA / TREGDIALOG2 / TREGDIALOG2.txt
Encoding:
Text File  |  2003-03-01  |  2.4 KB  |  126 lines

  1. object RegDialog2: TRegDialog2
  2.   Left = 197
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 186
  7.   ClientWidth = 484
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 377
  21.     Height = 169
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 27
  27.     Width = 91
  28.     Height = 13
  29.     Caption = 'Registration name :'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 60
  34.     Width = 103
  35.     Height = 13
  36.     Caption = 'Registration number : '
  37.   end
  38.   object Label3: TLabel
  39.     Left = 24
  40.     Top = 121
  41.     Width = 345
  42.     Height = 13
  43.     Cursor = crHandPoint
  44.     Alignment = taCenter
  45.     AutoSize = False
  46.     Caption = 'http://www.ks-soft.net/ip-tools.eng/regipt.htm'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     OnClick = Label3Click
  54.   end
  55.   object Label4: TLabel
  56.     Left = 24
  57.     Top = 88
  58.     Width = 345
  59.     Height = 25
  60.     Alignment = taCenter
  61.     AutoSize = False
  62.     Caption = 
  63.       'You can place secure credit card orders via the World Wide Web u' +
  64.       'sing the Order link on :'
  65.     WordWrap = True
  66.   end
  67.   object Label5: TLabel
  68.     Left = 24
  69.     Top = 141
  70.     Width = 345
  71.     Height = 25
  72.     Alignment = taCenter
  73.     AutoSize = False
  74.     Caption = 
  75.       'If You order in the Web you will receive a registration number b' +
  76.       'y e-mail within 3 business day'
  77.     WordWrap = True
  78.   end
  79.   object OKBtn: TButton
  80.     Left = 399
  81.     Top = 20
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'OK'
  85.     Default = True
  86.     ModalResult = 1
  87.     TabOrder = 0
  88.   end
  89.   object CancelBtn: TButton
  90.     Left = 399
  91.     Top = 140
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 1
  98.   end
  99.   object Edit1: TEdit
  100.     Left = 144
  101.     Top = 24
  102.     Width = 225
  103.     Height = 21
  104.     TabOrder = 2
  105.     Text = 'KS Alex'
  106.   end
  107.   object Edit2: TEdit
  108.     Left = 144
  109.     Top = 56
  110.     Width = 225
  111.     Height = 21
  112.     TabOrder = 3
  113.     Text = '0145871928'
  114.   end
  115.   object HelpBtn: TButton
  116.     Left = 399
  117.     Top = 52
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'Help'
  121.     Default = True
  122.     TabOrder = 4
  123.     OnClick = HelpBtnClick
  124.   end
  125. end
  126.